fix: LS not showing existing diagnostics on file open#966
fix: LS not showing existing diagnostics on file open#966kyliau merged 1 commit intoangular:masterfrom
Conversation
This commit fixes a bug whereby existing diagnostics in an external template are not shown when the file is opened the first time. Diagnostics only show up when subsequent edits are made to the file. This is a regression after upgrading to TS 4.0 Fix angular#922
ayazhafiz
left a comment
There was a problem hiding this comment.
Why did this change? Is it to do with externalFiles?
|
@ayazhafiz microsoft/TypeScript#37239 changed the implementation of |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This commit fixes a bug whereby existing diagnostics in an external template
are not shown when the file is opened the first time. Diagnostics only show
up when subsequent edits are made to the file.
This is a regression after upgrading to TS 4.0
Fix #922